@import url('https://fonts.googleapis.com/css2?family=Henny+Penny&display=swap');

h1, h2, h3{
	
	font-family: "Henny Penny";
	font-color: #edf7f5;
}

h1{
	text-align: center;
}

body{
	background-color: black;
}
main{
	display: flex;
	justify-content: center;
	max-width: 1500px;
	margin: auto;
	font-family: "Henny Penny";
	color: #edf7f5; 
}

div{

	flex-basis: 20%;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	max-width: 1500px;



}

img{
	flex-basis: 20%;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}

footer{

	flex-basis: 20%;
	flex-grow: 1;
	display:flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	color: #edf7f5;

}